esoftplay 0.0.138-t → 0.0.138-u
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/cli.js
CHANGED
|
@@ -740,7 +740,7 @@ Pastikan data sudah benar sebelum anda melanjutkan, lanjut publish ketikkan runt
|
|
|
740
740
|
if (cjson.config.connected_modules) {
|
|
741
741
|
if (cjson.config.connected_modules.length > 0) {
|
|
742
742
|
consoleSucces("<== CONNECTED MODULE DETECTED ==>")
|
|
743
|
-
command('bun ./node_modules/esoftplay/bin/
|
|
743
|
+
command('bun ./node_modules/esoftplay/bin/connector.js')
|
|
744
744
|
}
|
|
745
745
|
}
|
|
746
746
|
}
|
package/package.json
CHANGED
|
File without changes
|