success to call promise

This commit is contained in:
pengfei.zhou
2019-07-22 11:22:19 +08:00
parent eb1c076dfb
commit 410ee99414
6 changed files with 57 additions and 31 deletions

View File

@@ -1,7 +1,6 @@
import { } from './../runtime/global';
import { View, Stack, Group } from "./view";
import { log } from 'util';
import { loge } from '../util/log';
import { loge, log } from '../util/log';
export function Link(context: any) {
return <T extends { new(...args: any[]): {} }>(constructor: T) => {