mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Straightened out file extensions
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user