Skip to content

Commit

Permalink
Merge branch 'master' into static-data-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
DeMoorJasper committed Feb 19, 2019
2 parents 393ab0b + a1567e1 commit f458fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/parcel-bundler/src/assets/RustAsset.js
Expand Up @@ -176,7 +176,7 @@ class RustAsset extends Asset {
.slice(1);

for (let dep of deps) {
dep = path.resolve(dir, dep.slice(0, dep.indexOf(':')));
dep = path.resolve(dir, dep.slice(0, dep.indexOf(': ')));
if (dep !== this.name) {
this.addDependency(dep, {includedInParent: true});
}
Expand Down

0 comments on commit f458fe4

Please sign in to comment.