Merge pull request #5673 from ahocevar/missing-semicolon

Add missing semicolon
This commit is contained in:
Andreas Hocevar
2016-08-03 09:26:07 +02:00
committed by GitHub

View File

@@ -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();