Skip to content
Snippets Groups Projects
Unverified Commit 8a2287e7 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Remove unused line in `parse-deps.js` (#28128)

[ci skip]
parent 5ad03012
No related merge requests found
......@@ -54,7 +54,6 @@ function dependencies() {
} catch (e) {
console.error(filename, e.toString());
process.exit(-1);
n;
}
const base = path.dirname(filename) + path.sep;
const absoluteImportList = importList
......
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