We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8249782 commit a5284bbCopy full SHA for a5284bb
tools/hash-files.simba
@@ -1,5 +1,5 @@
1
const
2
- PATH: String = SimbaEnv.SimbaPath + 'wasp-data' + PATH_SEP
+ PATH: String = SimbaEnv.SimbaPath + 'wasp-data' + PATH_SEP;
3
SKIP: TStringArray = [PATH + 'LICENSE', PATH + 'README.md'];
4
var
5
files: TStringArray;
0 commit comments