mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-21 06:31:28 +02:00
Remove double space in warning message
This commit is contained in:
@@ -15,7 +15,7 @@ export default function warning(message) {
|
||||
}
|
||||
|
||||
if (typeof console !== 'undefined') {
|
||||
console.error('Warning: ', message) // eslint-disable-line no-console
|
||||
console.error(`Warning: ${message}`) // eslint-disable-line no-console
|
||||
}
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user