提交 96b687b7 编写于 作者: M Michel Kaporin

More detailed error when obtaining editor text fails.

上级 d9bae437
......@@ -157,7 +157,7 @@ export class CommonActions {
return span;
} catch (e) {
return undefined;
return Promise.reject('Could not obtain text on the first line of an editor: ' + e);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册