Merge pull request #5673 from ahocevar/missing-semicolon
Add missing semicolon
This commit is contained in:
@@ -23,7 +23,7 @@ page.open(url).then(function(status) {
|
||||
}
|
||||
page.close();
|
||||
phantom.exit(failedTests.length === 0 ? 0 : 1);
|
||||
}
|
||||
};
|
||||
} else {
|
||||
console.error('The tests could not be started. Is the server running?');
|
||||
page.close();
|
||||
|
||||
Reference in New Issue
Block a user