@ywfe/fe-tools 1.0.2-beta.2 → 1.0.2-beta.4

Sign up to get free protection for your applications and to get access to all the features.
package/dist/bundle.js CHANGED
@@ -8821,6 +8821,7 @@ function userInputToJson(_a) {
8821
8821
 
8822
8822
  function JSON2String(_a) {
8823
8823
  var input = _a.input;
8824
+ console.log('test');
8824
8825
  var _b = input.data, data = _b === void 0 ? {} : _b;
8825
8826
  try {
8826
8827
  return "```json" + JSON.stringify(data) + "json```";