Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
fix: FuseBox.import and Quantum - unable to remove the record
Browse files Browse the repository at this point in the history
  • Loading branch information
nchanged committed Oct 3, 2017
1 parent dce132c commit b5230fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quantum/core/FileAbstraction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ export class FileAbstraction {
name: "require"
}
// treat it like any any other require statements
this.requireStatements.add(new RequireStatement(this, parent));
this.requireStatements.add(new RequireStatement(this, parent, parent.$parent));
}

return false;
Expand Down

0 comments on commit b5230fb

Please sign in to comment.