Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 318217b

Browse files
committed
Fix: Syntax Error
1 parent c464143 commit 318217b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtime.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var assert = require('assert'),
2-
Constants = require('../lib/constants');
3-
sass = process.env.NODESASS_COV
2+
Constants = require('../lib/constants'),
3+
sass = process.env.NODESASS_COV
44
? require('../lib-cov/extensions')
55
: require('../lib/extensions');
66

0 commit comments

Comments
 (0)