From b8fcb7203d351b25ec4dfe925619c388101d5806 Mon Sep 17 00:00:00 2001 From: Nathan Du Date: Sat, 2 Oct 2021 15:04:54 +0800 Subject: [PATCH] rename viewProperty to showProperty --- repl/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repl/app.js b/repl/app.js index db3ef61..7b375bd 100644 --- a/repl/app.js +++ b/repl/app.js @@ -522,14 +522,14 @@ class App { return this.alloc(tag, value); case this.Steps.TRAJECTORY: - return this.viewProperty(); + return this.showProperty(); default: return undefined; } } - viewProperty() { + showProperty() { let property = this.#life.getLastRecord(); return `当前属性