wlmaker 1.2.7 → 1.2.8

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.
Files changed (2) hide show
  1. package/dist/cli.mjs +2 -2
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -1171,8 +1171,8 @@ async function widgetFlow() {
1171
1171
  buildRunner: false
1172
1172
  });
1173
1173
  genSpinner.stop("Use-case created");
1174
- } catch {
1175
- genSpinner.stop("Use-case skipped (may already exist)");
1174
+ } catch (e) {
1175
+ genSpinner.stop(`Use-case skipped: ${e}`);
1176
1176
  }
1177
1177
  }
1178
1178
  clack.outro(chalk4.green("Done!"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wlmaker",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "description": "Create Flutter BLoCs with Freezed sealed classes from the terminal",
5
5
  "keywords": [
6
6
  "flutter",