@tuprolog/2p-full 0.31.20 → 0.31.21
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/2p-core.js +1 -1
- package/2p-repl.js +1 -1
- package/package.json +1 -1
package/2p-core.js
CHANGED
package/2p-repl.js
CHANGED
|
@@ -382,7 +382,7 @@
|
|
|
382
382
|
};
|
|
383
383
|
protoOf(TuPrologCmd).e49 = function () {
|
|
384
384
|
Info_getInstance();
|
|
385
|
-
this.a3w('# 2P-Kt version ' + '0.31.
|
|
385
|
+
this.a3w('# 2P-Kt version ' + '0.31.21');
|
|
386
386
|
var theory = loadTheory(this);
|
|
387
387
|
var tmp = Companion_getInstance_3();
|
|
388
388
|
var outputChannel = tmp.of(TuPrologCmd$getSolver$lambda(this));
|