There was an error while loading. Please reload this page.
1 parent 871e11d commit 9a1f921Copy full SHA for 9a1f921
1 file changed
lib/interscript/dsl.rb
@@ -41,7 +41,8 @@ def self.parse(map_name, reverse: true)
41
end
42
library = path.end_with?(".iml")
43
44
- map_name = File.basename(path, ".imp")
+ map_name = File.basename(path, ".isc")
45
+ map_name = File.basename(map_name, ".imp")
46
map_name = File.basename(map_name, ".iml")
47
48
ruby = []
0 commit comments