Straightened out file extensions

This commit is contained in:
2023-02-11 14:26:55 +00:00
parent 3930ec0477
commit 5343e1054d
5 changed files with 31 additions and 2 deletions

View File

@@ -1507,7 +1507,7 @@ static bool execImport(Toy_Interpreter* interpreter) {
if (!Toy_existsLiteralDictionary(interpreter->hooks, identifier)) {
interpreter->errorOutput("Unknown library name in import statement: ");
Toy_printLiteralCustom(identifier, interpreter->errorOutput);
interpreter->errorOutput("\"\n");
interpreter->errorOutput("\n");
Toy_freeLiteral(alias);
Toy_freeLiteral(identifier);