Skip to content

Commit

Permalink
Fix issue where test page does not run in IE
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima committed Feb 10, 2020
1 parent 46d7bf8 commit 551115f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dev-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
self.getCodiconPath = function(PATH_PREFIX) {
PATH_PREFIX = PATH_PREFIX || '';
const result = RESOLVED_CORE.getResolvedPath(PATH_PREFIX);
return `${result}/base/browser/ui/codiconLabel/codicon/codicon.ttf`;
return result + '/base/browser/ui/codiconLabel/codicon/codicon.ttf';
};


Expand Down

0 comments on commit 551115f

Please # to comment.