Revert "Fix some == with ==="

This reverts commit 5d39d85215.
This commit is contained in:
rejas
2019-06-04 11:04:47 +02:00
parent 62017c4661
commit d9a4ee4f65
5 changed files with 5 additions and 5 deletions

View File

@@ -89,7 +89,7 @@
});
child.on("close", (code) => {
if (code !== 0) {
if (code != 0) {
console.log(`There something wrong. The clientonly is not running code ${code}`);
}
});