Skip to content
Snippets Groups Projects
Commit 4816fb26 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

small change to help debugging plugin source

parent d03badcf
No related branches found
No related tags found
1 merge request!140Plugin framework fixes
......@@ -82,6 +82,7 @@ Plugin.prototype.load = function () {
error = e;
}
};
content += "//# sourceURL=" + options.url;
eval(content);
} catch (e) {
error = e;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment