Skip to content

Commit 2192379

Browse files
committed
Move files
1 parent 8500a14 commit 2192379

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
File renamed without changes.

src/prettify.js renamed to src/message/prettify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const { circleFilled, info, warning, cross } = require('figures')
44

5-
const { getChalk } = require('./colors')
5+
const { getChalk } = require('../colors')
66

77
const prettify = function({ message, name, level, opts: { colors } }) {
88
const [explanation, firstLine, ...lines] = message.split('\n')
File renamed without changes.

src/repeat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict'
22

3-
const { stableSerialize } = require('./serialize')
3+
const { stableSerialize } = require('./message/serialize')
44

55
// Events with the same `event` are only logged once because:
66
// - it makes logs clearer

0 commit comments

Comments
 (0)