mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 08:04:11 +01:00
Fix some more CPG breakage.
This commit is contained in:
@@ -377,7 +377,7 @@ var Contexts = Module("contexts", {
|
||||
return {
|
||||
__proto__: frame,
|
||||
filename: this.context.file[0] == "[" ? this.context.file
|
||||
: services.io.newFileURI(File(this.context.file)).spec,
|
||||
: File(this.context.file).URI.spec,
|
||||
lineNumber: this.context.line
|
||||
};
|
||||
return frame;
|
||||
|
||||
Reference in New Issue
Block a user