mirror of
https://github.com/stCarolas/setup-maven.git
synced 2026-03-05 02:32:15 +08:00
8 lines
109 B
JavaScript
8 lines
109 B
JavaScript
define(['./_tagTester'], function (_tagTester) {
|
|
|
|
var isError = _tagTester('Error');
|
|
|
|
return isError;
|
|
|
|
});
|