fix polyfill require path

This commit is contained in:
Sebastian McKenzie
2014-11-09 18:37:57 +11:00
parent e26812e622
commit 1a9a60e010

View File

@@ -26,7 +26,7 @@ var run = function (task) {
result = transform(execCode, getOpts(exec.filename));
execCode = result.code;
require("../polyfill");
require("../lib/6to5/polyfill");
try {
var fn = new Function("assert", execCode);