mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
Disable unsupported debugger keyword message
Signed-off-by: HyukWoo Park <hyukwoo.park@samsung.com>
This commit is contained in:
parent
80848e9d6c
commit
b6860b13f9
1 changed files with 1 additions and 1 deletions
|
|
@ -4874,7 +4874,7 @@ public:
|
|||
template <class ASTBuilder>
|
||||
ASTNode parseDebuggerStatement(ASTBuilder& builder)
|
||||
{
|
||||
ESCARGOT_LOG_ERROR("debugger keyword is not supported yet");
|
||||
// ESCARGOT_LOG_ERROR("debugger keyword is not supported yet");
|
||||
MetaNode node = this->createNode();
|
||||
this->expectKeyword(KeywordKind::DebuggerKeyword);
|
||||
this->consumeSemicolon();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue