Closed Keyslam closed 1 year ago
As the title says. In init.lua modules are required using UpperCamelCase while the actual path is lowerCamelCase, causing the require to fail on Linux.
Fixed by f53310f
As the title says. In init.lua modules are required using UpperCamelCase while the actual path is lowerCamelCase, causing the require to fail on Linux.