mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-21 14:41:23 +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') {
|
if (typeof console !== 'undefined') {
|
||||||
console.error('Warning: ', message) // eslint-disable-line no-console
|
console.error(`Warning: ${message}`) // eslint-disable-line no-console
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Reference in New Issue
Block a user