You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under each test/end-to-end/* directory, there should be a new directory for the language.
Actual
Error: ENOENT: no such file or directory, open 'C:\Code\budgie\test\end-to-end\Imports\Main.py'
at Object.openSync (fs.js:454:3)
at Object.readFileSync (fs.js:354:35)
at C:\Code\budgie\util\createNewLanguage.js:56:39
at Map.forEach (<anonymous>)
at createLanguageTestsUnder (C:\Code\budgie\util\createNewLanguage.js:50:17)
at createLanguageTests (C:\Code\budgie\util\createNewLanguage.js:62:5)
at createNewLanguage (C:\Code\budgie\util\createNewLanguage.js:68:5)
at main (C:\Code\budgie\util\createNewLanguage.js:105:5)
at Object.<anonymous> (C:\Code\budgie\util\createNewLanguage.js:113:1)
at Module._compile (internal/modules/cjs/loader.js:759:30)
The text was updated successfully, but these errors were encountered:
What's going on?
I tried making a new supported source language:
Expected
Under each
test/end-to-end/*
directory, there should be a new directory for the language.Actual
The text was updated successfully, but these errors were encountered: