Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Commit 175f741

Browse files
committed
fetch must always return a string
1 parent acdc2d7 commit 175f741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ exports.fetch = function(load) {
5151
// dont reload styles loaded in the head
5252
for (var i = 0; i < linkHrefs.length; i++)
5353
if (load.address == linkHrefs[i])
54-
return callback();
54+
return callback('');
5555
return loadCSS(load.address);
5656
}

0 commit comments

Comments
 (0)