create-alemonjs 0.0.6 → 0.0.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-alemonjs",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "alemonjs dev template",
5
5
  "author": "ningmengchongshui",
6
6
  "main": "bin/index.js",
@@ -16,7 +16,7 @@ export default async e => {
16
16
  const userRes = await mention.findOne();
17
17
  if (!userRes.count || !userRes.data) {
18
18
  // 没有找到用户
19
-
19
+ console.log('没有找到@用户');
20
20
  return;
21
21
  }
22
22
  const user = userRes.data;