This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
library
mirror of
https://github.com/VCVRack/library.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
fixed error msg in test
pull/83/head
Jeremy Wentworth
7 years ago
parent
8d687d729f
commit
bce89a3bb4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
spec/manifest.tests.spec.js
+ 1
- 1
spec/manifest.tests.spec.js
View File
@@ -89,7 +89,7 @@ describe("test manifests", function() {
}
} catch(err){
fail(`Error while trying to validate manifest: ${file
Name
}\n${err}`);
fail(`Error while trying to validate manifest: ${file
Path
}\n${err}`);
}
});
};
Write
Preview
Loading…
Cancel
Save