general cleanups. Removed lots of unused code and redundant error checks
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
vars, err = import("imported.noja");
|
||||
if vars == none: {
|
||||
print("L'import è fallito!! (", err, ")\n");
|
||||
print("Import failed!! (", err, ")\n");
|
||||
return none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user