Skip to content

Commit adfa232

Browse files
committed
fixing typeof
1 parent dae8030 commit adfa232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: loader.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function mergeSourceMaps(inputSourceMap, annotateMap) {
7070
}
7171
}
7272

73-
if (typeof outputSourceMap == String) {
73+
if (typeof outputSourceMap == 'string') {
7474
return JSON.parse(outputSourceMap);
7575
} else {
7676
return outputSourceMap;

0 commit comments

Comments
 (0)