Bug 1322954 - Fix incorrect instanceof negations. r=markh
MozReview-Commit-ID: PgQmAu9hbQ
This commit is contained in:
@@ -1049,7 +1049,7 @@ var DebuggerServer = {
|
||||
try {
|
||||
m = require(module);
|
||||
|
||||
if (!setupParent in m) {
|
||||
if (!(setupParent in m)) {
|
||||
dumpn(`ERROR: module '${module}' does not export '${setupParent}'`);
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user