You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
Chore: Finished applying eqeqeq rule
This commit is contained in:
@@ -38,7 +38,7 @@ utils.execCommand = function(command) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (error.signal == 'SIGTERM') {
|
||||
if (error.signal === 'SIGTERM') {
|
||||
resolve('Process was killed');
|
||||
} else {
|
||||
const newError = new Error(`Code: ${error.code}: ${error.message}: ${stdout.trim()}`);
|
||||
|
||||
Reference in New Issue
Block a user