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
[ "Current NGLess version is too old for loading module '"
433
+
, show emInfo, ".\n"
434
+
, "Version ", show minV, " is required.\n"
435
+
, "Reason: ", T.unpack reason]
409
436
whenJust initCmd $\initCmd' ->do
410
437
outputListLno' DebugOutput ("Running initialization for module ":show emInfo:"":initCmd':"":initArgs)
411
438
env <- nglessEnv modulePath
@@ -533,7 +560,10 @@ checkCompatible modname version mi = do
533
560
loadModule::ModInfo->NGLessIOModule
534
561
loadModule mi
535
562
| isGlobalImport mi && name `notElem` knownModules =
536
-
throwScriptError ("Module '"++T.unpack name ++"' is not known.\n\t"++T.unpack (suggestionMessage name knownModules) ++"\n\tTo import local modules, use \"local import\"")
563
+
throwScriptError (
564
+
"Module '"++T.unpack name ++"' is not known.\n\t"
565
+
++T.unpack (suggestionMessage name knownModules)
566
+
++"\n\tTo import local modules, use \"local import\"")
537
567
|otherwise= asInternalModule =<< findLoad name version
0 commit comments