Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
jio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Roque
jio
Commits
858c2f73
Commit
858c2f73
authored
Oct 10, 2013
by
Tristan Cavelier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jio.js updated
parent
d956b11f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
jio.js
jio.js
+5
-1
No files found.
jio.js
View file @
858c2f73
...
@@ -2171,6 +2171,10 @@ function restCommandRejecter(param, args) {
...
@@ -2171,6 +2171,10 @@ function restCommandRejecter(param, args) {
if
(
typeof
a
===
'
object
'
&&
!
Array
.
isArray
(
a
))
{
if
(
typeof
a
===
'
object
'
&&
!
Array
.
isArray
(
a
))
{
dictUpdate
(
weak
,
a
);
dictUpdate
(
weak
,
a
);
if
(
a
instanceof
Error
)
{
weak
.
reason
=
a
.
message
;
weak
.
error
=
a
.
name
;
}
}
}
dictUpdate
(
weak
,
strong
);
dictUpdate
(
weak
,
strong
);
...
@@ -2798,7 +2802,7 @@ function enableJobRecovery(jio, shared, options) {
...
@@ -2798,7 +2802,7 @@ function enableJobRecovery(jio, shared, options) {
var
job
;
var
job
;
shared
.
job_queue
.
load
();
shared
.
job_queue
.
load
();
job
=
shared
.
job_queue
.
get
(
id
);
job
=
shared
.
job_queue
.
get
(
id
);
if
(
job
.
modified
===
modified
)
{
if
(
job
&&
job
.
modified
===
modified
)
{
// job not modified, no one takes care of it
// job not modified, no one takes care of it
recoverJob
(
job
);
recoverJob
(
job
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment