2
0
의 미러 https://git.coolaj86.com/coolaj86/greenlock-manager-test.js.git synced 2025-07-01 20:36:33 +00:00

Bad code #1

오픈
opened 2020-08-31 19:59:02 +00:00 by Ghost · 0개의 코멘트
throw new Error(
	"found %s when looking for %s",
	site.subject,
	siteSubject
);

outputs the string without replacing the %s with the correct strings. console.warn does it, but not new Error.
The line in question is on line 95 in greenlock-manager-test/tester.js

``` throw new Error( "found %s when looking for %s", site.subject, siteSubject ); ``` outputs the string without replacing the %s with the correct strings. console.warn does it, but not new Error. The line in question is on line 95 in greenlock-manager-test/tester.js
"로그인하여 이 대화에 참여"
레이블 없음
참여자 1명
알림
마감일
마감일이 설정되지 않았습니다.
의존성

No dependencies set.

Reference: root/greenlock-manager-test.js#1
No description provided.