Skip to content

Commit 565e63c

Browse files
committed
Merge pull request #714 from Martii/postPull-713
Change `WARNING` message Auto-merge
2 parents e5993bf + 54110e5 commit 565e63c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

controllers/scriptStorage.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,9 @@ exports.sendScript = function (aReq, aRes, aNext) {
162162
++aScript.installs;
163163
++aScript.installsSinceUpdate;
164164

165+
// Resave affected properties
165166
aScript.save(function (aErr, aScript) {
166-
// WARNING: Resaving the script... WHY?
167+
// WARNING: No error handling at this stage
167168
});
168169
});
169170
};

0 commit comments

Comments
 (0)