Actually use argument in karma tests

pull/21833/head
Travis Ralston 2019-08-08 15:59:49 -06:00
parent a6347af320
commit ac9682a75b
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ process.env.PHANTOMJS_BIN = 'node_modules/.bin/phantomjs';
function fileExists(name) {
try {
fs.statSync(gsCss);
fs.statSync(name);
return true;
} catch (e) {
return false;